.picScroll-left{ overflow:hidden; position:relative; }
.picScroll-left .hd{ overflow:hidden;  height:10rem; }
.picScroll-left .hd .prev{ display:block;  width:5rem; height:9.9rem; float:left; overflow:hidden;cursor:pointer;}
.picScroll-left .hd .next{ display:block;  width:5rem; height:9.9rem; float:right; overflow:hidden;cursor:pointer;}
/* .picScroll-left .hd .next{ background-position:0 -50px;  } */
.picScroll-left .hd .prevStop{ background-position:-6rem 0; }
.picScroll-left .hd .nextStop{ background-position:-6rem -5rem; }
.picScroll-left .hd ul{ float:right; overflow:hidden; transform: scale(1); margin-top:1rem; transform: scale(1); }
.picScroll-left .hd ul li{ float:left;  width:0.9rem; height:0.9rem; overflow:hidden; margin-right:0.5rem; text-indent:-99.9rem; cursor:pointer; background:url("../img/icoCircle.gif") 0 -0.9rem no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:2rem 2rem 2rem 2rem; margin-top:-10rem;height: 12rem;}
.picScroll-left .bd ul{ overflow:hidden; transform: scale(1); }
.picScroll-left .bd ul li{ margin:0 0.8rem; float:left; _display:inline; overflow:hidden; text-align:center;width:37rem;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ height:7rem; width:auto; display:block;  padding:0.2rem; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:2.4rem;   }

.btnScroll-left{ overflow:visible;  position:relative; }
.btnScroll-left .hd{ overflow:hidden;  height:10rem; }
.btnScroll-left .hd .prev{ display:block;  width:5rem; height:9.9rem; float:left; overflow:hidden;cursor:pointer;}
.btnScroll-left .hd .next{ display:block;  width:5rem; height:9.9rem; float:right; overflow:hidden;cursor:pointer;}
/* .btnScroll-left .hd .next{ background-position:0 -50px;  } */
.btnScroll-left .hd .prevStop{ background-position:-6rem 0; }
.btnScroll-left .hd .nextStop{ background-position:-6rem -5rem; }
.btnScroll-left .hd ul{ float:right; overflow:hidden; transform: scale(1); margin-top:1rem; transform: scale(1); }
.btnScroll-left .hd ul li{ float:left;  width:0.9rem; height:0.9rem; overflow:hidden; margin-right:0.5rem; text-indent:-99.9rem; cursor:pointer; background:url("../img/icoCircle.gif") 0 -0.9rem no-repeat; }
.btnScroll-left .hd ul li.on{ background-position:0 0; }
.btnScroll-left .bd{ padding:1rem 4rem 2rem 8rem; margin-top:-7rem;overflow:hidden; }
.btnScroll-left .bd ul{ overflow:visible; transform: scale(1); }
.btnScroll-left .bd ul li{ margin:0 0.8rem; float:left; _display:inline; overflow:visible; text-align:center;  width:18rem;}
.btnScroll-left .bd ul li .pic{ text-align:center; overflow:visible;}
.btnScroll-left .bd ul li .pic img{ height:8rem; width: 8rem; display:block;  padding:0.2rem;margin-left:8rem;transition: 0.3s;overflow:visible;}
.btnScroll-left .bd ul li .pic img:hover{transform: scale(1.1);overflow:visible;}
.btnScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.btnScroll-left .bd ul li .title{ line-height:2.4rem;   }
.pic-title{text-align: center;font-size: 1.8rem;color: #fff;margin-top: 1rem;/* margin-left:6rem; */}

